! static text with level and tab
if #hpos$>=#midPt-10
  newline
  #lswidth=1
else
  #lswidth=-1
endif
#tlabel=local(@tag)
cell static,#tlabel&":"
set tabwidth -1 alignment right
help #tlabel


! edit field with value
hskip 3
cell EditValue
if #lswidth<0
  set Width -1
else
  set Width #midPt-#hpos$-10
endif
help "Enter line spread"
